home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFINDTEXTDLG / TFINDTEXTDLG.txt
Text File  |  2005-06-02  |  6KB  |  278 lines

  1. object FindTextDlg: TFindTextDlg
  2.   Left = 573
  3.   Top = 246
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rechercher un texte'
  7.   ClientHeight = 356
  8.   ClientWidth = 336
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BottomPanel: TPanel
  21.     Left = 0
  22.     Top = 89
  23.     Width = 336
  24.     Height = 264
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     TabOrder = 2
  28.     object GroupBox1: TGroupBox
  29.       Left = 8
  30.       Top = 112
  31.       Width = 157
  32.       Height = 57
  33.       Caption = 'C'#244't'#233
  34.       TabOrder = 1
  35.       object LeftSide: TBCCheckBox
  36.         Left = 8
  37.         Top = 16
  38.         Width = 39
  39.         Height = 17
  40.         HelpContext = 9002
  41.         Caption = '&Gauche'
  42.         TabOrder = 0
  43.       end
  44.       object RightSide: TBCCheckBox
  45.         Left = 8
  46.         Top = 32
  47.         Width = 45
  48.         Height = 17
  49.         HelpContext = 9003
  50.         Caption = '&Droite'
  51.         TabOrder = 1
  52.       end
  53.     end
  54.     object GroupBox2: TGroupBox
  55.       Left = 8
  56.       Top = 2
  57.       Width = 321
  58.       Height = 105
  59.       Caption = 'Options'
  60.       TabOrder = 0
  61.       object CaseSensitive: TBCCheckBox
  62.         Left = 8
  63.         Top = 20
  64.         Width = 89
  65.         Height = 17
  66.         HelpContext = 9004
  67.         Caption = 'Se&nsible '#224' la casse'
  68.         TabOrder = 0
  69.       end
  70.       object WholeWords: TBCCheckBox
  71.         Left = 8
  72.         Top = 40
  73.         Width = 105
  74.         Height = 17
  75.         HelpContext = 9005
  76.         Caption = '&Mots entiers uniquement'
  77.         TabOrder = 1
  78.       end
  79.       object RegularExp: TBCCheckBox
  80.         Left = 8
  81.         Top = 80
  82.         Width = 112
  83.         Height = 17
  84.         HelpContext = 9006
  85.         Caption = 'E&xpression r'#233'guli'#232're'
  86.         TabOrder = 3
  87.         OnClick = EnableControls
  88.       end
  89.       object WrapSearch: TBCCheckBox
  90.         Left = 8
  91.         Top = 60
  92.         Width = 81
  93.         Height = 17
  94.         HelpContext = 9007
  95.         Caption = 'Re&cherche avec bouclage'
  96.         TabOrder = 2
  97.       end
  98.       object HelpBtn: TButton
  99.         Left = 200
  100.         Top = 74
  101.         Width = 113
  102.         Height = 23
  103.         HelpContext = 10
  104.         Caption = 'Exemples d'#39'ER'
  105.         TabOrder = 4
  106.         OnClick = HelpBtnClick
  107.       end
  108.     end
  109.     object CancelBtn: TButton
  110.       Left = 256
  111.       Top = 240
  112.       Width = 73
  113.       Height = 23
  114.       Cancel = True
  115.       Caption = 'Annuler'
  116.       ModalResult = 2
  117.       TabOrder = 7
  118.     end
  119.     object ExtraBtn: TButton
  120.       Left = 152
  121.       Top = 240
  122.       Width = 97
  123.       Height = 23
  124.       Caption = '%'
  125.       ModalResult = 1
  126.       TabOrder = 6
  127.       OnClick = ExtraBtnClick
  128.     end
  129.     object OKBtn: TButton
  130.       Left = 72
  131.       Top = 240
  132.       Width = 73
  133.       Height = 23
  134.       Caption = 'OK'
  135.       Default = True
  136.       ModalResult = 1
  137.       TabOrder = 5
  138.       OnClick = OKBtnClick
  139.     end
  140.     object ScopeEdit: TRadioGroup
  141.       Left = 8
  142.       Top = 174
  143.       Width = 157
  144.       Height = 57
  145.       HelpContext = 9030
  146.       Caption = 'Port'#233'e'
  147.       Items.Strings = (
  148.         'Glo&bale'
  149.         'Texte &s'#233'lectionn'#233)
  150.       TabOrder = 2
  151.     end
  152.     object DirectionEdit: TRadioGroup
  153.       Left = 172
  154.       Top = 112
  155.       Width = 157
  156.       Height = 57
  157.       HelpContext = 9020
  158.       Caption = 'Direction'
  159.       Items.Strings = (
  160.         'En a&vant'
  161.         'En a&rri'#232're')
  162.       TabOrder = 3
  163.     end
  164.     object OriginEdit: TRadioGroup
  165.       Left = 172
  166.       Top = 174
  167.       Width = 157
  168.       Height = 57
  169.       HelpContext = 9040
  170.       Caption = 'Origine'
  171.       Items.Strings = (
  172.         '&A partir du curseur'
  173.         '&Port'#233'e globale')
  174.       TabOrder = 4
  175.     end
  176.   end
  177.   object TopPanel: TPanel
  178.     Left = 0
  179.     Top = 0
  180.     Width = 336
  181.     Height = 49
  182.     Align = alTop
  183.     BevelOuter = bvNone
  184.     TabOrder = 0
  185.     object Label1: TLabel
  186.       Left = 8
  187.       Top = 8
  188.       Width = 60
  189.       Height = 13
  190.       Caption = '&Texte '#224' Rechercher :'
  191.       FocusControl = FindText
  192.     end
  193.     object FindText: TUnicodeComboBox
  194.       Left = 8
  195.       Top = 24
  196.       Width = 321
  197.       Height = 21
  198.       HelpContext = 9001
  199.       Style = ucsDropDown
  200.       ItemHeight = 13
  201.       DropDownCount = 8
  202.       PopupMenu = PopupMenu1
  203.       TabOrder = 0
  204.       OnEnter = EditEnter
  205.       OnExit = EditExit
  206.     end
  207.   end
  208.   object ReplacePanel: TPanel
  209.     Left = 0
  210.     Top = 49
  211.     Width = 336
  212.     Height = 40
  213.     Align = alTop
  214.     BevelOuter = bvNone
  215.     TabOrder = 1
  216.     object Label2: TLabel
  217.       Left = 8
  218.       Top = 0
  219.       Width = 65
  220.       Height = 13
  221.       Caption = 'R&emplacer avec :'
  222.     end
  223.     object ReplaceText: TUnicodeComboBox
  224.       Left = 8
  225.       Top = 16
  226.       Width = 321
  227.       Height = 21
  228.       HelpContext = 9008
  229.       Style = ucsDropDown
  230.       ItemHeight = 13
  231.       DropDownCount = 8
  232.       PopupMenu = PopupMenu1
  233.       TabOrder = 0
  234.       OnEnter = EditEnter
  235.       OnExit = EditExit
  236.     end
  237.   end
  238.   object PopupMenu1: TTBPopupMenu
  239.     AutoHotkeys = maManual
  240.     OnPopup = EditMenuPopup
  241.     Left = 292
  242.     Top = 105
  243.     object Undo3: TTBItem
  244.       Caption = '&D'#233'faire'
  245.       ShortCut = 16474
  246.       OnClick = EditMenuItemClick
  247.     end
  248.     object N1: TTBSeparatorItem
  249.     end
  250.     object Cut3: TTBItem
  251.       Caption = 'Co&uper'
  252.       ShortCut = 16472
  253.       OnClick = EditMenuItemClick
  254.     end
  255.     object Copy3: TTBItem
  256.       Caption = 'Co&pier'
  257.       ShortCut = 16451
  258.       OnClick = EditMenuItemClick
  259.     end
  260.     object Paste3: TTBItem
  261.       Caption = '&Coller'
  262.       ShortCut = 16470
  263.       OnClick = EditMenuItemClick
  264.     end
  265.     object Delete3: TTBItem
  266.       Caption = '&Supprimer'
  267.       OnClick = EditMenuItemClick
  268.     end
  269.     object N2: TTBSeparatorItem
  270.     end
  271.     object SelectAll3: TTBItem
  272.       Caption = 'S'#233'lectionner &tout'
  273.       ShortCut = 16449
  274.       OnClick = EditMenuItemClick
  275.     end
  276.   end
  277. end
  278.